func image.mul3NonNeg

6 uses

	image (current package)
		geom.go#L287: func mul3NonNeg(x int, y int, z int) int {
		image.go#L80: 	totalLength := mul3NonNeg(bytesPerPixel, r.Dx(), r.Dy())
		ycbcr.go#L180: 		mul3NonNeg(1, w, h),
		ycbcr.go#L181: 		mul3NonNeg(2, cw, ch),
		ycbcr.go#L304: 		mul3NonNeg(2, w, h),
		ycbcr.go#L305: 		mul3NonNeg(2, cw, ch),